You can pass these flag constants in the createFolder parameter of the function FindFolder to indicate whether a folder should be created, if it is not found.
enum {
kCreateFolder = true,
kDontCreateFolder = false
};
Previous | Back Up One Level | Next | Show Frames | Hide Frames